home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.poz == "c")
- {
- if(0 < _root.draglej)
- {
- _root.d_venca.l = "mon_ns_" add random(_root.NS_NUMBER) add "_100";
- _root.d_venca.i = "go";
- _root.stopdragall();
- _root.hideall();
- }
- else
- {
- if(_root.st_hermina == 3)
- {
- _root.st_hermina = 4;
- _root.st_evelina = 1;
- _root.d_ucitelka.l = "d12_0b_100";
- }
- else if(_root.st_hermina >= 4)
- {
- _root.d_ucitelka.l = "d12_0c_100";
- }
- else
- {
- _root.d_ucitelka.l = "d12_0a_100";
- }
- _root.zbudka.gotoAndPlay("zvonek");
- _root.hideall();
- }
- }
- else
- {
- _root.venca.gotoAndPlay(_root.poz add "c");
- _root.stopdragall();
- }
- }
-